DataSource for Entity Framework for WinForms
Item プロパティ (IndexCollection<T>)

C1.LiveLinq.4.5.2 アセンブリ > C1.LiveLinq.Indexing 名前空間 > IndexCollection<T> クラス : Item プロパティ
インデックスのキーセレクタ式。IndexDefinition<T>.KeySelector を参照してください。
指定されたキーセレクタを持つインデックスを取得します。
シンタックス
'宣言
 
Public ReadOnly Default Property Item( _
   ByVal key As System.Linq.Expressions.LambdaExpression _
) As Index(Of T)
public Index<T> this[ 
   System.Linq.Expressions.LambdaExpression key
]; {get;}

パラメータ

key
インデックスのキーセレクタ式。IndexDefinition<T>.KeySelector を参照してください。
参照

IndexCollection<T> クラス
IndexCollection<T> メンバ